Auto merge of #3692 - malbarbo:test-args, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 14 Feb 2017 03:03:16 +0000 (03:03 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Feb 2017 03:03:16 +0000 (03:03 +0000)
commit2c2e07f5cfc9a5de10854654bc1e8abd02ae7b4f
tree369938ba277832dd35fd26c654ce9b3d30272c72
parent6a939705412e9aca4326c5554fab089c23133ee3
parente6fdcce75f8066b432c53d54fcdccad05b28c5a4
Auto merge of #3692 - malbarbo:test-args, r=alexcrichton

Pass multiples --test-args to the tester

Like --cfg, --test-args accept multiple matches, we should use it and
avoid some unexpected behavior joinning the arguments with space.